home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
mx
/
states
/
Transition.as
< prev
Wrap
Text File
|
2014-03-27
|
467b
|
26 lines
package mx.states
{
import mx.core.mx_internal;
import mx.effects.IEffect;
use namespace mx_internal;
public class Transition
{
mx_internal static const VERSION:String = "3.0.0.0";
public var effect:IEffect;
public var toState:String = "*";
public var fromState:String = "*";
public function Transition()
{
super();
}
}
}